ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionView<T> Interface
The type of the items in the collection.
Members

In This Topic
    ICollectionView<T> Interface
    In This Topic
    Abstracts the transformation of a data source into a collection view.
    Object Model
    ICollectionView<T> Interface
    Syntax
    'Declaration
     
    Public Interface ICollectionView(Of T As Class) 
    public interface ICollectionView<T> 
    where T: class
    Type Parameters
    T
    The type of the items in the collection.
    See Also